<?xml version="1.0" encoding="UTF-8"?>
<ticket>
  <assigned-user-id type="integer">11063</assigned-user-id>
  <attachments-count type="integer">0</attachments-count>
  <closed type="boolean">true</closed>
  <created-at type="datetime">2009-06-11T13:59:24-04:00</created-at>
  <creator-id type="integer">11063</creator-id>
  <milestone-due-on type="datetime" nil="true"></milestone-due-on>
  <milestone-id type="integer" nil="true"></milestone-id>
  <number type="integer">12</number>
  <permalink>export-failure-for-unbounded-tzinfo-timezone</permalink>
  <priority type="integer">118640</priority>
  <project-id type="integer">30941</project-id>
  <raw-data type="binary" nil="true" encoding="base64"></raw-data>
  <state>resolved</state>
  <tag nil="true"></tag>
  <title>Export Failure for unbounded tzinfo timezone</title>
  <updated-at type="datetime">2009-06-14T21:49:43-04:00</updated-at>
  <user-id type="integer">11063</user-id>
  <user-name>Rick DeNatale</user-name>
  <creator-name>Rick DeNatale</creator-name>
  <assigned-user-name>Rick DeNatale</assigned-user-name>
  <url>http://rick_denatale.lighthouseapp.com/projects/30941/tickets/12</url>
  <original-body>context &quot;bug report from Noboyuki Tomizawa&quot; do
    before(:each) do

      @it = RiCal.Calendar do |cal|
        cal.event do |event|
          event.description = &quot;test&quot;
          event.dtstart = &quot;TZID=Asia/Tokyo:20090530T123000&quot;
          event.dtend =   &quot;TZID=Asia/Tokyo:20090530T123001&quot;
        end
      end
    end
    
    it &quot;should not fail&quot; do
      lambda {@it.export}.should_not raise_error
    end
  end

This raises an error because Tokyo stopped using daylight saving time in the 1950s. The TzInfoTimezone class was not handling the end of the chain of TZInfo::Timezone periods correctly</original-body>
  <latest-body>context &quot;bug report from Noboyuki Tomizawa&quot; do
    before(:each) do

      @it = RiCal.Calendar do |cal|
        cal.event do |event|
          event.description = &quot;test&quot;
          event.dtstart = &quot;TZID=Asia/Tokyo:20090530T123000&quot;
          event.dtend =   &quot;TZID=Asia/Tokyo:20090530T123001&quot;
        end
      end
    end
    
    it &quot;should not fail&quot; do
      lambda {@it.export}.should_not raise_error
    end
  end

This raises an error because Tokyo stopped using daylight saving time in the 1950s. The TzInfoTimezone class was not handling the end of the chain of TZInfo::Timezone periods correctly</latest-body>
  <original-body-html>&lt;div&gt;&lt;p&gt;context &quot;bug report from Noboyuki Tomizawa&quot; do&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;before(:each) do

  @it = RiCal.Calendar do |cal|
    cal.event do |event|
      event.description = &quot;test&quot;
      event.dtstart = &quot;TZID=Asia/Tokyo:20090530T123000&quot;
      event.dtend =   &quot;TZID=Asia/Tokyo:20090530T123001&quot;
    end
  end
end

it &quot;should not fail&quot; do
  lambda {@it.export}.should_not raise_error
end
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;end&lt;/p&gt;
&lt;p&gt;This raises an error because Tokyo stopped using daylight saving
time in the 1950s. The TzInfoTimezone class was not handling the
end of the chain of TZInfo::Timezone periods correctly&lt;/p&gt;&lt;/div&gt;</original-body-html>
  <versions type="array">
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>context &quot;bug report from Noboyuki Tomizawa&quot; do
    before(:each) do

      @it = RiCal.Calendar do |cal|
        cal.event do |event|
          event.description = &quot;test&quot;
          event.dtstart = &quot;TZID=Asia/Tokyo:20090530T123000&quot;
          event.dtend =   &quot;TZID=Asia/Tokyo:20090530T123001&quot;
        end
      end
    end
    
    it &quot;should not fail&quot; do
      lambda {@it.export}.should_not raise_error
    end
  end

This raises an error because Tokyo stopped using daylight saving time in the 1950s. The TzInfoTimezone class was not handling the end of the chain of TZInfo::Timezone periods correctly</body>
      <body-html>&lt;div&gt;&lt;p&gt;context &quot;bug report from Noboyuki Tomizawa&quot; do&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;before(:each) do

  @it = RiCal.Calendar do |cal|
    cal.event do |event|
      event.description = &quot;test&quot;
      event.dtstart = &quot;TZID=Asia/Tokyo:20090530T123000&quot;
      event.dtend =   &quot;TZID=Asia/Tokyo:20090530T123001&quot;
    end
  end
end

it &quot;should not fail&quot; do
  lambda {@it.export}.should_not raise_error
end&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;end&lt;/p&gt;
&lt;p&gt;This raises an error because Tokyo stopped using daylight saving
time in the 1950s. The TzInfoTimezone class was not handling the
end of the chain of TZInfo::Timezone periods correctly&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-11T13:59:29-04:00</created-at>
      <creator-id type="integer">11063</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">12</number>
      <permalink>export-failure-for-unbounded-tzinfo-timezone</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">30941</project-id>
      <state>new</state>
      <tag nil="true"></tag>
      <title>Export Failure for unbounded tzinfo timezone</title>
      <updated-at type="datetime">2009-06-11T13:59:29-04:00</updated-at>
      <user-id type="integer">11063</user-id>
      <user-name>Rick DeNatale</user-name>
      <creator-name>Rick DeNatale</creator-name>
      <assigned-user-name nil="true"></assigned-user-name>
      <url>http://rick_denatale.lighthouseapp.com/projects/30941/tickets/12</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">11063</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Fixed in 0.6.2</body>
      <body-html>&lt;div&gt;&lt;p&gt;Fixed in 0.6.2&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2009-06-14T21:49:43-04:00</created-at>
      <creator-id type="integer">11063</creator-id>
      <diffable-attributes type="yaml">--- 
:state: new
:assigned_user: 
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">12</number>
      <permalink>export-failure-for-unbounded-tzinfo-timezone</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">30941</project-id>
      <state>resolved</state>
      <tag nil="true"></tag>
      <title>Export Failure for unbounded tzinfo timezone</title>
      <updated-at type="datetime">2009-06-14T21:49:43-04:00</updated-at>
      <user-id type="integer">11063</user-id>
      <user-name>Rick DeNatale</user-name>
      <creator-name>Rick DeNatale</creator-name>
      <assigned-user-name>Rick DeNatale</assigned-user-name>
      <url>http://rick_denatale.lighthouseapp.com/projects/30941/tickets/12</url>
    </version>
  </versions>
</ticket>
